home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 March / PC Plus Super CD (Issue 101) (March 1995).iso / tclite / include / sys / types.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-27  |  213 b   |  13 lines

  1. /*    types.h
  2.  
  3.     Types for dealing with time.
  4.  
  5.         Copyright (c) Borland International 1987,1988,1990
  6.     All Rights Reserved.
  7. */
  8.  
  9. #ifndef  __TIME_T
  10. #define  __TIME_T
  11. typedef unsigned long time_t;
  12. #endif
  13.